go/types.environment.lookup (method)
8 uses
go/types (current package)
assignments.go#L204: if obj := check.lookup(ident.Name); obj != nil {
call.go#L688: obj := check.lookup(ident.Name)
call.go#L709: exp = check.lookup(prefix + sel)
call.go#L1017: if obj := check.lookup(n.Name); obj != nil {
check.go#L106: func (env *environment) lookup(name string) Object {
stmt.go#L278: _, ok := check.lookup(name.Name).(*Nil)
stmt.go#L562: if alt := check.lookup(obj.name); alt != nil && alt != obj {
typexpr.go#L514: obj := check.lookup(name.Name)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)